www.gusucode.com > Getting Started with Model Verification and Validation工具箱 > Getting Started with Model Verification and Validation/Simulink Requirements/Scripts/open_syssreq_orig.m

    % Copyright 2019 The MathWorks, Inc.
file_name = 'SystemReqs_Original.xlsx';
if ispc
    winopen(file_name);
else
    system(['open ', file_name]); 
end